home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol E-14 / Vol E-14.iso / games / reelgold.swf / scripts / DefineButton2_108 / BUTTONCONDACTION on(release).as next >
Text File  |  2014-03-11  |  120b  |  7 lines

  1. on(release){
  2.    play();
  3.    _root.inSFX.fNoise("click");
  4.    pOn = false;
  5.    _root.inSFX.fMainSoundSwitch("off");
  6. }
  7.